func runtime.getLockRank
5 uses
runtime (current package)
lock_spinbit.go#L152: lockWithRank(l, getLockRank(l))
lockrank_off.go#L19: func getLockRank(l *mutex) lockRank {
mfinal.go#L98: lockWithRankMayAcquire(&finlock, getLockRank(&finlock))
rwmutex.go#L76: lockWithRankMayAcquire(&rw.rLock, getLockRank(&rw.rLock))
traceruntime.go#L77: lockWithRankMayAcquire(&trace.lock, getLockRank(&trace.lock))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)